home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EuroCD 3
/
EuroCD 3.iso
/
Utilities
/
Virus
/
Xtruder
/
Rexx
/
Examples
/
Xtruder_GetPath.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1998-06-24
|
264b
|
14 lines
/*
** 'GetPath' example
*/
Options Results
Address XTRUDER
GetPath TITLE '"Select a path..."' PATH '"DH0:"'
IF RC ~= 0 THEN
RequestUser TEXT '"You forgot to select a path!"' RESPONSE '"Bugger!"'
ELSE
RequestUser TEXT RESULT RESPONSE '"That was the one!"'